home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / SSQL31.ZIP;1 / INSTSSQL.EXE / SSQLENG.ERR < prev    next >
Encoding:
Text File  |  1992-03-18  |  13.2 KB  |  168 lines

  1. insufficient memory                                                           -
  2. table %s not found                                                            -
  3. The table already exists or the disk is full                                  -
  4. row input error                                                               -
  5. row output error                                                              -
  6. table file full - press ENTER                                                 -
  7. duplicate column name                                                         -
  8. too many column names                                                         -
  9. insufficient disk space                                                       -
  10. syntax error                                                                  -
  11. %s is not a column name in any of the tables specified                        -
  12. %s should be a table name.  It does not exist after the FROM                  -
  13. boolean expression too complex                                                -
  14. input file not found                                                          -
  15. error creating output file                                                    -
  16. indirect command file not found                                               -
  17. bad set parameter                                                             -
  18. The first word in the command is invalid or some other syntax error           -
  19. The word after 'create' must be a valid table name                            -
  20. After the table name you must have a (                                        -
  21. The column name you entered is invalid                                        -
  22. After the column name you must enter a valid data type                        -
  23. You must enter the column width. (CMDCR5)                                     -
  24. After entering all the columns, you must end it with a ) (CMDCR6)             -
  25. You must have a '(' after the data type                                       -
  26. The column width cannot be over 254                                           -
  27. The value for decimal places cannot exceed the length of the column           -
  28. minus 2 and it cannot exceed 15                                               -
  29. Must have a ',' after column width in order to specify decimal places         -
  30. Must have a ')' after column width or number of decimal places                -
  31. Not a valid macro name (CMDMC1)                                               -
  32. File names must follow the same rules for table names (CMDIN1)                -
  33. File names may not contain a period ('.') because '.dat' is added             -
  34. File names must follow the same rules for table names (CMDUS1)                -
  35. File names must follow the same rules for table names (CMDUS1)                -
  36. %s is not a valid column name                                                 -
  37. %s is not a valid table name                                                  -
  38. %s exists in more than one table that you have specified.                     -
  39. Precede the column name with a table name and a period as in:                 -
  40. emp.name                                                                      -
  41. You typed %s where you should have 'and'                                      -
  42. In the having after the function name, you must have a (                      -
  43. The combination function/column name must exist after the SELECT              -
  44. The combination function/column name must end with a )                        -
  45. Not a valid relational operator in the having statement                       -
  46. Must have a >, <, =, >=, <=, or <>.                                           -
  47. At the end of the haveing statement, you must have a                          -
  48. number or a word enclosed in quotes.                                          -
  49. Sorry, your table has exceeded the memory available.                          -
  50. It was probably due to an improper join.                                      -
  51. The expression must end with a )                                              -
  52. Not a valid operand                                                           -
  53. After the word order or group, you must type 'by', you typed %s               -
  54. After the word 'by', you must have a valid column name                        -
  55. Must type 'redirectto' after file name                                        -
  56. You must have the word 'into' after the command 'clone'                       -
  57. Not a valid file name after 'create view'                                     -
  58. %s is not a valid name                                                        -
  59. You cannot use a period (.) in a table name!                                  -
  60. After 'create view file_name', you must use 'as' as in:                       -
  61. create view temp as select code, name from emp;                               -
  62. After 'create view file_name as' you must use 'select' as in:                 -
  63. create view temp as select code, name from emp;                               -
  64. After 'create clone file_name', you must use 'as' as in:                      -
  65. create clone temp as select code, name from emp;                              -
  66. Missing the word 'select' after 'as'                                          -
  67. The word after 'clone' is not a valid table name                              -
  68. There must be a table name after 'insert'                                     -
  69. After the command create, you need the word table, view, index, or clone      -
  70. followed by its name                                                          -
  71. After the command drop, you must have the word table, view, or index          -
  72. followed by the name of the table, view or index                              -
  73. After the word 'delete', you must have a valid table name                     -
  74. After the word 'sort', you must have a valid table name                       -
  75. Must have the word 'by' after 'sort table_name' as in:                        -
  76. sort emp by emp_id;                                                           -
  77. Not a valid column name.                                                      -
  78. The size of numeric columns cannot exceed 12.                                 -
  79. After the '(' you must have a valid number                                    -
  80. After the size of the cloned table you must have a ')'                        -
  81. Item after table name is invalid                                              -
  82. In a 'where' clause after column name, you don't have a valid operator        -
  83. Cannot access the drive, path and/or the command for your text editor         -
  84. Must have the word INTO after the command INSERT                              -
  85. Must insert values for all columns you have defined as NOT NULL               -
  86. Data type of column does not match the value you are trying to insert         -
  87. NULL not allowed for column %s - it is defined as NOT NULL                    -
  88. Value(s) entered failed test for uniqueness                                   -
  89. You need a '(' after the command VALUES                                       -
  90. you need a ',' to separate values or a ')' to end them                        -
  91. you are trying to insert more values than there are columns                   -
  92. You don't have enough values for the columns specified                        -
  93. Non-numeric values must be enclosed in quotes                                 -
  94. You are trying to insert data with a incompatible data type                   -
  95. You specified more columns in the SELECT statement than exist in your table   -
  96. You must have the word 'set' after the table name                             -
  97. You must have an equal sign '=' after the column name                         -
  98. The data type after the '=' doesn't match the data type of the column         -
  99. Valid operators are =, !=, <>, >=, <=, >, <, LIKE, IS NULL                    -
  100. You cannot compare character data with numeric data                           -
  101. After column definition, you must either have a ',' or ')'                    -
  102. After the word DELETE you must have the word FROM before the table name       -
  103. After the word UNIQUE you must have a left parentheses '('                    -
  104. After UNIQUE, one of the column names is not valid                            -
  105. After specifying all the columns that are unique, you must have two ')'       -
  106. All columns specified as unique must be specified as NOT NULL                 -
  107. After the word NOT, you must have the word NULL                               -
  108. Incompatible numeric formats, lengths, or number of decimal places            -
  109. Not a valid number                                                            -
  110. Cannot use a character column in a calculation                                -
  111. Column not specified between commas                                           -
  112. Column list must end with a right parentheses ')'                             -
  113. Column name before 'from' in subquery not found in table(s) after 'from'      -
  114. Since you have a 'group by' and/or an aggregate function, there cannot be     -
  115. any other column not part of the 'group by' or not an aggregate function      -
  116. In where claue you cannot use a character column in a calculation             -
  117. In where clause you can only calculate numeric data types                     -
  118. After the column list there must be the word 'FROM'                           -
  119. Aggregate function must end with a ')'                                        -
  120. Aggregate function name must be followed with a '('                           -
  121. You have more columns selected than you have in your view list                -
  122. You have less columns selected than you have in your view list                -
  123. Something is probably a syntax error in your view. To get a better            -
  124. idea as to the specific error, type: "@view_name", where view_name            -
  125. is the name of your view                                                      -
  126. The %s view does not exist                                                    -
  127. The %s table does not exist                                                   -
  128. You cannot drop a table that is not empty.  First type:                       -
  129. delete from %s;                                                               -
  130. in order to delete all the rows first                                         -
  131. error creating table file                                                     -
  132. In a GROUP BY or ORDER BY you have a '.' which must be followed               -
  133. by a column name                                                              -
  134. In a GROUP BY or ORDER BY, the column name must also be in the select list    -
  135. A view already exists with that name.  Use another name or drop the view.     -
  136. A table already exists with that name.  Use another name or drop the table.   -
  137. The word NOT must be followed by IN, EXISTS, LIKE, NULL, BETWEEN or (         -
  138. A table or view name cannot exceed 10 characters                              -
  139. After the word UNION, you must have a SELECT                                  -
  140. The tables in the union are not exactly the same structure                    -
  141. Column was defined with NOT NULL                                              -
  142. The column %s has bad data, row not inserted                                  -
  143. Invalid logical value - must be Y,y,N,n,T,t,F,f or ?                          -
  144. Invalid data type - probably a memo or float                                  -
  145. After INSERT INTO tablename, you must have VALUES or SELECT                   -
  146. The %s table is still in .SQL format.  You must run CONVERT                   -
  147. to convert it to the new file format                                          -
  148. Index file already exists                                                     -
  149. After the index name, you must have the key word ON followed by the table name-
  150. Missing right parentheses ')' after column name                               -
  151. Must end command with a semi-colon ';'                                        -
  152. Error creating index file                                                     -
  153. Error openning index file                                                     -
  154. Error openning or creating ".SQD" file                                        -
  155. Problem reading index file                                                    -
  156. Not a valid index name                                                        -
  157. Index name not found in table definition                                      -
  158. Can't delete index file - Did you make it Read-only??                         -
  159. Index file %s not found. Re-create or put index back in directory             -
  160. Significant internal error. Please contact SilvaWare with circumstances       -
  161. Can't open table (DBF) file                                                   -
  162. Problem writing to table (DBF) file                                           -
  163. File problem with delete                                                      -
  164. Invalid date - must be in the format MM/DD/YY                                 -
  165. There must be a left parenthesis '(' before the SELECT                        -
  166. There must be a right parenthesis ')' after the SELECT                        -
  167. ********** undefined error ***********                                        -
  168.